name: "200.79"
input: "data"
input_dim: 1
input_dim: 3
input_dim: 24
input_dim: 24
layers {
  bottom: "data"
  top: "x28-conv1"
  name: "x28-conv1"
  type: CONVOLUTION
  convolution_param {
    num_output: 32
    pad: 0
    kernel_size: 5
    group: 1
    stride: 1
    weight_filler {
      type: "gaussian"
      std: 1e-05
    }
    bias_filler {
      type: "constant"
      value: 0
    }
  }
}
layers {
  bottom: "x28-conv1"
  top: "x28-pool1"
  name: "x28-pool1"
  type: POOLING
  pooling_param {
    pool: MAX
    kernel_size: 3
    stride: 2
  }
}
layers {
  bottom: "x28-pool1"
  top: "x28-pool1"
  name: "x28-pool1_neuron"
  type: RELU
}
layers {
  bottom: "x28-pool1"
  top: "x28-fc4"
  name: "x28-fc4"
  type: INNER_PRODUCT
  inner_product_param {
    num_output: 64
    weight_filler {
      type: "gaussian"
      std: 0.01
    }
    bias_filler {
      type: "constant"
      value: 0
    }
  }
}
layers {
  bottom: "x28-fc4"
  top: "x28-fc4"
  name: "x28-fc4_neuron"
  type: RELU
}
layers {
  bottom: "x28-fc4"
  top: "fcf"
  name: "fcf"
  type: INNER_PRODUCT
  inner_product_param {
    num_output: 19
    weight_filler {
      type: "gaussian"
      std: 0.01
    }
    bias_filler {
      type: "constant"
      value: 0
    }
  }
}
layers {
  bottom: "fcf"
  top: "probs"
  name: "probs"
  type: SOFTMAX
}
